home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / testvb.zip / DLL.BAS next >
BASIC Source File  |  1995-11-02  |  480b  |  19 lines

  1. '-------------------------------------------------------------------
  2.  
  3. ' DLL.BAS
  4.  
  5. ' Copyright (c) 1995 by Golden Gate Software
  6.  
  7. ' Written by:
  8. '    Richard D. Kligman
  9. '    3825 Baker Street
  10. '    San Diego, CA  92117-5706
  11. '    (619) 483-8496
  12. '    FAX: (619) 483-4651
  13. '    CompuServe: 75300,2530
  14.  
  15. '-------------------------------------------------------------------
  16.  
  17. Declare Sub AddStrings Lib "test.dll" (ByVal strA$, ByVal strB$, ByVal newStr$, ByVal strLength%)
  18.  
  19.